API: gdk: Add gdk_window_new_child() and gdk_window_new_input()
authorBenjamin Otte <otte@redhat.com>
Mon, 17 Oct 2016 18:11:23 +0000 (20:11 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 17 Oct 2016 22:22:35 +0000 (00:22 +0200)
commitd22e5e69d93401f8f0a040767fbf69ac5643a19d
tree1df061968e3697d1326859a378f85859b2bb9b6b
parent6b01940194f84a7dc042e9561024a357702c88f7
API: gdk: Add gdk_window_new_child() and gdk_window_new_input()

This is an attempt to get rid of gdk_window_new() for more specific use
cases. These 2 are for client-side windows - regular ones and input-only
ones resepectively.

So far all those functions just call into gdk_window_new().
docs/reference/gdk/gdk4-sections.txt
gdk/gdkwindow.c
gdk/gdkwindow.h